delegate Whitelist
Returns the HTTP network delegate authorization whitelist as a string with comma/semicolon separated server URLs.
Return
the current network delegate authorization whitelist or an empty string if the whitelist is not configured
Throws
when the engine is closed and its proxy service is not available anymore
Configures the HTTP network delegate authorization whitelist. By default, the network delegate whitelist is empty.
Parameters
delegate Whitelist
the network delegate whitelist as a string with comma/semicolon separated server URLs, for example: "*example.com,*foobar.com,*baz"
Throws
when the engine is closed and its proxy service is not available anymore